From 492a406bbd971f68b596324ddd2b61dacd6ac2dc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 18 Apr 2016 14:17:55 -0400 Subject: [PATCH] HighContrast: Fix font: usage --- gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk-contained-inverse.css | 2 +- gtk/theme/HighContrast/gtk-contained.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 8a367b2699..b5a50e1fb6 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -1216,7 +1216,7 @@ headerbar { } .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } .subtitle { diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css b/gtk/theme/HighContrast/gtk-contained-inverse.css index 4aef8db638..20dd85316c 100644 --- a/gtk/theme/HighContrast/gtk-contained-inverse.css +++ b/gtk/theme/HighContrast/gtk-contained-inverse.css @@ -1287,7 +1287,7 @@ headerbar { box-shadow: none; } .titlebar .title, headerbar .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } .titlebar .subtitle, headerbar .subtitle { diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css index 15c2b6c7ac..4e20846c82 100644 --- a/gtk/theme/HighContrast/gtk-contained.css +++ b/gtk/theme/HighContrast/gtk-contained.css @@ -1291,7 +1291,7 @@ headerbar { box-shadow: none; } .titlebar .title, headerbar .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } .titlebar .subtitle, headerbar .subtitle { -- 2.30.2